Skip to main content

AuthenticatorFunctionRefV1Rotated

open class AuthenticatorFunctionRefV1Rotated : Disposable, AutoCloseable, AuthenticatorFunctionRefV1RotatedInterface

A typed view of a 0x2::account::AuthenticatorFunctionRefV1Rotated.

Functions

NameSummary
accountIdopen override fun accountId(): ObjectId
close@Synchronized
open override fun close()
destroyopen override fun destroy()
fromRefopen override fun fromRef(): AuthenticatorFunctionRef
The authenticator function reference before the rotation.
toRefopen override fun toRef(): AuthenticatorFunctionRef
The authenticator function reference after the rotation.
toStringopen override fun toString(): String

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): AuthenticatorFunctionRefV1Rotated
Decode from the BCS contents of an emitted event.