Sui.Rpc.V2beta.AuthenticatorStateUpdate (ex_sui v0.1.0)

View Source

Update the set of valid JWKs.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.AuthenticatorStateUpdate{
  __unknown_fields__: [Protobuf.unknown_field()],
  authenticator_object_initial_shared_version: non_neg_integer() | nil,
  epoch: non_neg_integer() | nil,
  new_active_jwks: [Sui.Rpc.V2beta.ActiveJwk.t()],
  round: non_neg_integer() | nil
}

Functions

descriptor()