AuthenticatorFunctionRefV1Rotated
open class AuthenticatorFunctionRefV1Rotated : Disposable, AutoCloseable, AuthenticatorFunctionRefV1RotatedInterface
A typed view of a 0x2::account::AuthenticatorFunctionRefV1Rotated.
Functions
| Name | Summary |
|---|---|
| accountId | open override fun accountId(): ObjectId |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| fromRef | open override fun fromRef(): AuthenticatorFunctionRef The authenticator function reference before the rotation. |
| toRef | open override fun toRef(): AuthenticatorFunctionRef The authenticator function reference after the rotation. |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): AuthenticatorFunctionRefV1Rotated Decode from the BCS contents of an emitted event. |