Stellar.TxBuild.Operations (Elixir Stellar SDK v0.5.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

Link to this function

add(operations, operation)

View Source

Specs

add(operations :: t(), operation :: Stellar.TxBuild.Operation.t()) :: t()