CoinManaged
Namespace: IotaSdk
A typed view of a 0x2::coin_manager::CoinManaged.
public class CoinManaged : ICoinManaged, System.IDisposable
Inheritance Object → CoinManaged
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
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static CoinManaged TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]