Skip to main content

ITokenPolicy

Namespace: IotaSdk

public interface ITokenPolicy

Attributes NullableContextAttribute

Methods

Id()

The object's ID.

ObjectId Id()

Returns

ObjectId

Rules()

Fully-qualified type names of the rules attached to each action, keyed by action name.

Dictionary<string, String[]> Rules()

Returns

Dictionary<String, String[]>

SpentBalance()

Balance spent on the spend action, in base units.

ulong SpentBalance()

Returns

UInt64