DenyListInterface
type DenyListInterface
A typed view of an on-chain `0x2::deny_list::DenyList` object (the `0x403` singleton tracking regulated-coin deny lists).
type DenyListInterface interface {
// The object's ID.
Id() *ObjectId
// Object ID of the `Bag` holding the per-coin deny lists.
ListsId() *ObjectId
}