UnverifiedValidatorOperationCap
type UnverifiedValidatorOperationCap
A typed view of an on-chain `0x3::validator_cap::UnverifiedValidatorOperationCap` object.
type UnverifiedValidatorOperationCap struct {
// contains filtered or unexported fields
}
func LiftFromExternalUnverifiedValidatorOperationCap
func LiftFromExternalUnverifiedValidatorOperationCap(handle uint64) *UnverifiedValidatorOperationCap
func UnverifiedValidatorOperationCapTryFromBcs
func UnverifiedValidatorOperationCapTryFromBcs(bytes []byte) (*UnverifiedValidatorOperationCap, error)
Decode from BCS bytes, without validating the on-chain type tag.
func UnverifiedValidatorOperationCapTryFromObject
func UnverifiedValidatorOperationCapTryFromObject(object *Object) (*UnverifiedValidatorOperationCap, error)
Decode from an on-chain object, validating its Move type tag.
func (*UnverifiedValidatorOperationCap) AuthorizerValidatorAddress
func (_self *UnverifiedValidatorOperationCap) AuthorizerValidatorAddress() *Address
Address of the validator authorized to use this capability.
func (*UnverifiedValidatorOperationCap) DebugString
func (_self *UnverifiedValidatorOperationCap) DebugString() string
func (*UnverifiedValidatorOperationCap) Destroy
func (object *UnverifiedValidatorOperationCap) Destroy()
func (*UnverifiedValidatorOperationCap) Id
func (_self *UnverifiedValidatorOperationCap) Id() *ObjectId
The object's ID.