Skip to main content

TokenPolicyCreated

Namespace: IotaSdk

A typed view of a 0x2::token::TokenPolicyCreated.

public class TokenPolicyCreated : ITokenPolicyCreated, System.IDisposable

Inheritance ObjectTokenPolicyCreated
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

ObjectId

IsMutable()

public bool IsMutable()

Returns

Boolean

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static TokenPolicyCreated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

TokenPolicyCreated

Exceptions

SdkFfiException