Sui.Rpc.V2beta.Epoch (ex_sui v0.1.0)
View SourceSummary
Types
@type t() :: %Sui.Rpc.V2beta.Epoch{ __unknown_fields__: [Protobuf.unknown_field()], committee: Sui.Rpc.V2beta.ValidatorCommittee.t() | nil, end: Google.Protobuf.Timestamp.t() | nil, epoch: non_neg_integer() | nil, first_checkpoint: non_neg_integer() | nil, last_checkpoint: non_neg_integer() | nil, protocol_config: Sui.Rpc.V2beta.ProtocolConfig.t() | nil, reference_gas_price: non_neg_integer() | nil, start: Google.Protobuf.Timestamp.t() | nil, system_state: Sui.Rpc.V2beta.SystemState.t() | nil }