UnverifiedValidatorOperationCap
open class UnverifiedValidatorOperationCap : Disposable, AutoCloseable, UnverifiedValidatorOperationCapInterface
A typed view of an on-chain 0x3::validator_cap::UnverifiedValidatorOperationCap object.
Functions
| Name | Summary |
|---|---|
| authorizerValidatorAddress | open override fun authorizerValidatorAddress(): Address Address of the validator authorized to use this capability. |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| id | open override fun id(): ObjectId The object's ID. |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): UnverifiedValidatorOperationCap Decode from BCS bytes, without validating the on-chain type tag. |
| tryFromObject | fun tryFromObject(object: Object): UnverifiedValidatorOperationCap Decode from an on-chain object, validating its Move type tag. |