AuthenticatorFunctionRefV1RotatedInterface
type AuthenticatorFunctionRefV1RotatedInterface
A typed view of a `0x2::account::AuthenticatorFunctionRefV1Rotated`.
type AuthenticatorFunctionRefV1RotatedInterface interface {
AccountId() *ObjectId
// The authenticator function reference before the rotation.
FromRef() AuthenticatorFunctionRef
// The authenticator function reference after the rotation.
ToRef() AuthenticatorFunctionRef
}