Stellar.TxBuild.Transaction (Elixir Stellar SDK v0.2.0) View Source
Transaction struct definition.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.TxBuild.Transaction{
base_fee: Stellar.TxBuild.BaseFee.t(),
memo: Stellar.TxBuild.Memo.t(),
operations: Stellar.TxBuild.Operations.t(),
sequence_number: Stellar.TxBuild.SequenceNumber.t(),
source_account: Stellar.TxBuild.Account.t(),
time_bounds: Stellar.TxBuild.TimeBounds.t()
}