Skip to main content

UnverifiedValidatorOperationCap

open class UnverifiedValidatorOperationCap : Disposable, AutoCloseable, UnverifiedValidatorOperationCapInterface

A typed view of an on-chain 0x3::validator_cap::UnverifiedValidatorOperationCap object.

Functions

NameSummary
authorizerValidatorAddressopen override fun authorizerValidatorAddress(): Address
Address of the validator authorized to use this capability.
close@Synchronized
open override fun close()
destroyopen override fun destroy()
idopen override fun id(): ObjectId
The object's ID.
toStringopen override fun toString(): String

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): UnverifiedValidatorOperationCap
Decode from BCS bytes, without validating the on-chain type tag.
tryFromObjectfun tryFromObject(object: Object): UnverifiedValidatorOperationCap
Decode from an on-chain object, validating its Move type tag.