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

View Source

message BatchGetCheckpointsRequest { repeated GetCheckpointRequest requests = 1;

// Mask specifying which fields to read. // If no mask is specified, defaults to object_id,version,digest. optional google.protobuf.FieldMask read_mask = 2; }

message BatchGetCheckpointsResponse { repeated Checkpoint checkpoints = 1; }

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.GetEpochRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  epoch: non_neg_integer() | nil,
  read_mask: Google.Protobuf.FieldMask.t() | nil
}

Functions

descriptor()