Skip to main content

CoinManaged

Namespace: IotaSdk

A typed view of a 0x2::coin_manager::CoinManaged.

public class CoinManaged : ICoinManaged, System.IDisposable

Inheritance ObjectCoinManaged
Implements ICoinManaged, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

CoinManaged(UInt64)

public CoinManaged(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

CoinName()

public string CoinName()

Returns

String

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static CoinManaged TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

CoinManaged

Exceptions

SdkFfiException