DenyCapV1Interface
type DenyCapV1Interface
A typed view of an on-chain `0x2::coin::DenyCapV1<T>` object, the capability for denying addresses from using a regulated coin.
type DenyCapV1Interface interface {
// Whether the bearer may also enable a global pause.
AllowGlobalPause() bool
// The object's ID.
Id() *ObjectId
}