View Source Stellar.TxBuild.Operations (Elixir Stellar SDK v0.15.1)

Operations struct definition.

Link to this section Summary

Link to this section Types

@type 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
@spec add(operations :: t(), operation :: Stellar.TxBuild.Operation.t()) :: t()