UnverifiedValidatorOperationCapInterface
type UnverifiedValidatorOperationCapInterface
A typed view of an on-chain `0x3::validator_cap::UnverifiedValidatorOperationCap` object.
type UnverifiedValidatorOperationCapInterface interface {
// Address of the validator authorized to use this capability.
AuthorizerValidatorAddress() *Address
// The object's ID.
Id() *ObjectId
}