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

View Source

System transaction used to change the epoch.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.ChangeEpoch{
  __unknown_fields__: [Protobuf.unknown_field()],
  computation_charge: non_neg_integer() | nil,
  epoch: non_neg_integer() | nil,
  epoch_start_timestamp: Google.Protobuf.Timestamp.t() | nil,
  non_refundable_storage_fee: non_neg_integer() | nil,
  protocol_version: non_neg_integer() | nil,
  storage_charge: non_neg_integer() | nil,
  storage_rebate: non_neg_integer() | nil,
  system_packages: [Sui.Rpc.V2beta.SystemPackage.t()]
}

Functions

descriptor()