ExSui.Core (ex_sui v0.1.0)
View SourceContains functions to interface with the Sui Ledger service.
Summary
Functions
Gets the current sui blockchain checkpoint.
Gets the current sui blockchain reference gas price.
Gets a transaction's details.
Functions
@spec get_checkpoint(Sui.Rpc.V2beta.GetCheckpointRequest.t() | nil) :: {:ok, Sui.Rpc.V2beta.Checkpoint.t()} | {:error, GRPC.RPCError.t()}
Gets the current sui blockchain checkpoint.
@spec get_reference_gas_price(Sui.Rpc.V2beta.GetEpochRequest.t() | nil) :: {:ok, Sui.Rpc.V2beta.Epoch.t()} | {:error, GRPC.RPCError.t()}
Gets the current sui blockchain reference gas price.
@spec get_transaction(Sui.Rpc.V2beta.GetTransactionRequest.t()) :: {:ok, Sui.Rpc.V2beta.Transaction.t()} | {:error, GRPC.RPCError.t()}
Gets a transaction's details.