TransferPolicyInterface
type TransferPolicyInterface
A typed view of an on-chain `0x2::transfer_policy::TransferPolicy<T>` object.
type TransferPolicyInterface interface {
// IOTA balance collected by the policy, in nanos.
Balance() uint64
// The object's ID.
Id() *ObjectId
// Fully-qualified type names of the rules attached to this policy.
Rules() []string
}