Skip to main content

DenyListProtocol

DenyListProtocol Objects

class DenyListProtocol(typing.Protocol)

A typed view of an on-chain 0x2::deny_list::DenyList object (the 0x403 singleton tracking regulated-coin deny lists).

id

def id() -> ObjectId

The object's ID.

lists_id

def lists_id() -> ObjectId

Object ID of the Bag holding the per-coin deny lists.