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

Operations struct definition.

Summary

Types

@type t() :: %Stellar.TxBuild.Operations{
  count: non_neg_integer(),
  operations: [Stellar.TxBuild.Operation.t()]
}

Functions

Link to this function

add(operations, operation)

View Source
@spec add(operations :: t(), operation :: Stellar.TxBuild.Operation.t()) :: t()