TokenPolicyCreated
Namespace: IotaSdk
A typed view of a 0x2::token::TokenPolicyCreated.
public class TokenPolicyCreated : ITokenPolicyCreated, System.IDisposable
Inheritance Object → TokenPolicyCreated
Implements ITokenPolicyCreated, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
TokenPolicyCreated(UInt64)
public TokenPolicyCreated(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Id()
Object ID of the created TokenPolicy.
public ObjectId Id()
Returns
IsMutable()
public bool IsMutable()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static TokenPolicyCreated TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]