View Source Soroban.RPC.TransactionsPayload (Soroban v0.21.0)

TransactionsPayload struct definition.

Summary

Types

@type args() :: Keyword.t()
@type pagination() :: map() | nil
@type request_args() :: map() | :error
@type start_ledger() :: non_neg_integer() | nil
@type t() :: %Soroban.RPC.TransactionsPayload{
  pagination: pagination(),
  start_ledger: start_ledger()
}

Functions

@spec new(args :: args()) :: t()
@spec to_request_args(t()) :: request_args()