Skip to main content

Config

Namespace: IotaSdk

public class Config : IConfig, System.IDisposable

Inheritance ObjectConfig
Implements IConfig, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

Config(UInt64)

public Config(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Id()

The object's ID.

public ObjectId Id()

Returns

ObjectId

TryFromBcs(Byte[])

Decode from BCS bytes, without validating the on-chain type tag.

public static Config TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

Config

Exceptions

SdkFfiException

TryFromObjectWithType(Object, TypeTag)

Decode from an on-chain object, validating its Move type tag, including that its type parameter equals type_param.

public static Config TryFromObjectWithType(Object object, TypeTag typeParam)

Parameters

object Object

typeParam TypeTag

Returns

Config

Exceptions

SdkFfiException