Skip to main content

AuthenticatorStateUpdateTransaction

No description

type AuthenticatorStateUpdateTransaction {
authenticatorObjInitialSharedVersion: UInt53
epoch: Epoch
newActiveJwks(
first: Int
after: String
last: Int
before: String
): ActiveJwkConnection!
round: UInt53
}

Fields

AuthenticatorStateUpdateTransaction.authenticatorObjInitialSharedVersion ● UInt53 scalar

The initial version of the authenticator object that it was shared at.

AuthenticatorStateUpdateTransaction.epoch ● Epoch object

Epoch of the authenticator state update transaction.

AuthenticatorStateUpdateTransaction.newActiveJwks ● ActiveJwkConnection! non-null object

Newly active JWKs (JSON Web Keys).

AuthenticatorStateUpdateTransaction.newActiveJwks.first ● Int scalar
AuthenticatorStateUpdateTransaction.newActiveJwks.after ● String scalar
AuthenticatorStateUpdateTransaction.newActiveJwks.last ● Int scalar
AuthenticatorStateUpdateTransaction.newActiveJwks.before ● String scalar

AuthenticatorStateUpdateTransaction.round ● UInt53 scalar

Consensus round of the authenticator state update.

Implemented By

TransactionKind union