RegulatedCoinMetadataInterface
type RegulatedCoinMetadataInterface
A typed view of an on-chain `0x2::coin::RegulatedCoinMetadata<T>` object.
type RegulatedCoinMetadataInterface interface {
// Object ID of the coin's `CoinMetadata` object.
CoinMetadataObject() *ObjectId
// Object ID of the coin's `DenyCap` object.
DenyCapObject() *ObjectId
// The object's ID.
Id() *ObjectId
}