UnverifiedValidatorOperationCap
UnverifiedValidatorOperationCap Objects
class UnverifiedValidatorOperationCap(UnverifiedValidatorOperationCapProtocol)
A typed view of an on-chain
0x3::validator_cap::UnverifiedValidatorOperationCap object.
try_from_bcs
@classmethod
def try_from_bcs(cls, bytes: bytes) -> UnverifiedValidatorOperationCap
Decode from BCS bytes, without validating the on-chain type tag.
try_from_object
@classmethod
def try_from_object(cls, object: Object) -> UnverifiedValidatorOperationCap
Decode from an on-chain object, validating its Move type tag.
authorizer_validator_address
def authorizer_validator_address() -> Address
Address of the validator authorized to use this capability.
id
def id() -> ObjectId
The object's ID.