TransferPolicyInterface
interface TransferPolicyInterface
A typed view of an on-chain 0x2::transfer_policy::TransferPolicy<T> object.
Inheritors
| TransferPolicy |
Functions
| Name | Summary |
|---|---|
| balance | abstract fun balance(): ULong IOTA balance collected by the policy, in nanos. |
| id | abstract fun id(): ObjectId The object's ID. |
| rules | abstract fun rules(): List<String> Fully-qualified type names of the rules attached to this policy. |