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

SorobanResources struct definition.

Summary

Types

@type error() :: {:error, atom()}
@type footprint() :: Stellar.TxBuild.LedgerFootprint.t()
@type instructions() :: integer()
@type read_bytes() :: integer()
@type t() :: %Stellar.TxBuild.SorobanResources{
  footprint: footprint(),
  instructions: instructions(),
  read_bytes: read_bytes(),
  write_bytes: write_bytes()
}
@type validation() :: {:ok, any()} | error()
@type write_bytes() :: integer()