Sui.Rpc.V2beta.CheckpointContents (ex_sui v0.1.0)
View SourceThe committed to contents of a checkpoint.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.CheckpointContents{ __unknown_fields__: [Protobuf.unknown_field()], bcs: Sui.Rpc.V2beta.Bcs.t() | nil, digest: String.t() | nil, transactions: [Sui.Rpc.V2beta.CheckpointedTransactionInfo.t()], version: integer() | nil }