IotaCoinMetadata
Namespace: IotaSdk
public class IotaCoinMetadata : IIotaCoinMetadata, System.IDisposable
Inheritance Object → IotaCoinMetadata
Implements IIotaCoinMetadata, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
IotaCoinMetadata(UInt64)
public IotaCoinMetadata(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Decimals()
public byte Decimals()
Returns
Description()
public string Description()
Returns
IconUrl()
public string? IconUrl()
Returns
Id()
The object's ID.
public ObjectId Id()
Returns
Name()
public string Name()
Returns
Symbol()
public string Symbol()
Returns
TryFromBcs(Byte[])
Decode from BCS bytes, without validating the on-chain type tag.
public static IotaCoinMetadata TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]
Returns
Exceptions
TryFromObject(Object)
Decode from an on-chain object, validating its Move type tag.
public static IotaCoinMetadata TryFromObject(Object object)
Parameters
object Object