TokenPolicy
TokenPolicy Objects
class TokenPolicy(TokenPolicyProtocol)
A typed view of an on-chain 0x2::token::TokenPolicy<T> object.
try_from_bcs
@classmethod
def try_from_bcs(cls, bytes: bytes) -> TokenPolicy
Decode from BCS bytes, without validating the on-chain type tag.
try_from_object_with_type
@classmethod
def try_from_object_with_type(cls, object: Object,
type_param: TypeTag) -> TokenPolicy
Decode from an on-chain object, validating its Move type tag,
including that its type parameter equals type_param.
id
def id() -> ObjectId
The object's ID.
rules
def rules() -> dict[str, typing.List[str]]
Fully-qualified type names of the rules attached to each action, keyed by action name.
spent_balance
def spent_balance() -> int
Balance spent on the spend action, in base units.