Skip to main content

TransferPolicyInterface

interface TransferPolicyInterface

A typed view of an on-chain 0x2::transfer_policy::TransferPolicy<T> object.

Inheritors

TransferPolicy

Functions

NameSummary
balanceabstract fun balance(): ULong
IOTA balance collected by the policy, in nanos.
idabstract fun id(): ObjectId
The object's ID.
rulesabstract fun rules(): List<String>
Fully-qualified type names of the rules attached to this policy.