Skip to main content

AliasOutput

Namespace: IotaSdk

public class AliasOutput : IAliasOutput, System.IDisposable

Inheritance ObjectAliasOutput
Implements IAliasOutput, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

AliasOutput(UInt64)

public AliasOutput(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Balance()

public ulong Balance()

Returns

UInt64

Id()

The object's ID.

public ObjectId Id()

Returns

ObjectId

NativeTokensBagId()

public ObjectId NativeTokensBagId()

Returns

ObjectId

TryFromBcs(Byte[])

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

public static AliasOutput TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

AliasOutput

Exceptions

SdkFfiException

TryFromObject(Object)

Decode from an on-chain object, validating its Move type tag.

public static AliasOutput TryFromObject(Object object)

Parameters

object Object

Returns

AliasOutput

Exceptions

SdkFfiException