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

View Source

Set of operations run at the end of the epoch to close out the current epoch and start the next one.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.EndOfEpochTransaction{
  __unknown_fields__: [Protobuf.unknown_field()],
  transactions: [Sui.Rpc.V2beta.EndOfEpochTransactionKind.t()]
}

Functions

descriptor()