View Source Stellar.TxBuild.SorobanTransactionData (Elixir Stellar SDK v0.22.0)

SorobanTransactionData struct definition.

Summary

Types

@type error() :: {:error, atom()}
@type resource_fee() :: non_neg_integer()
@type resources() :: Stellar.TxBuild.SorobanResources.t()
@type t() :: %Stellar.TxBuild.SorobanTransactionData{
  resource_fee: resource_fee(),
  resources: resources()
}
@type validation() :: {:ok, any()} | error()