Stellar.TxBuild.Operations (Elixir Stellar SDK v0.2.0) View Source
Operations struct definition.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.TxBuild.Operations{
count: non_neg_integer(),
operations: [Stellar.TxBuild.Operation.t()]
}
Link to this section Functions
Specs
add(operations :: t(), operation :: Stellar.TxBuild.Operation.t()) :: t()