TransferPolicyCapInterface
type TransferPolicyCapInterface
A typed view of an on-chain `0x2::transfer_policy::TransferPolicyCap<T>` object.
type TransferPolicyCapInterface interface {
// The object's ID.
Id() *ObjectId
// Object ID of the `TransferPolicy` this cap controls.
PolicyId() *ObjectId
}