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

SorobanTransactionData struct definition.

Summary

Types

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