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

View Source

Operation run at the end of an epoch.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.EndOfEpochTransactionKind{
  __unknown_fields__: [Protobuf.unknown_field()],
  kind:
    {:change_epoch, Sui.Rpc.V2beta.ChangeEpoch.t() | nil}
    | {:authenticator_state_expire,
       Sui.Rpc.V2beta.AuthenticatorStateExpire.t() | nil}
    | {:execution_time_observations,
       Sui.Rpc.V2beta.ExecutionTimeObservations.t() | nil}
    | {:authenticator_state_create, Google.Protobuf.Empty.t() | nil}
    | {:randomness_state_create, Google.Protobuf.Empty.t() | nil}
    | {:deny_list_state_create, Google.Protobuf.Empty.t() | nil}
    | {:bridge_state_create, String.t()}
    | {:bridge_committee_init, non_neg_integer()}
    | {:accumulator_root_create, Google.Protobuf.Empty.t() | nil}
    | nil
}

Functions

descriptor()