View Source Stellar.TxBuild.Operations (Elixir Stellar SDK v0.12.0)
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
@spec add(operations :: t(), operation :: Stellar.TxBuild.Operation.t()) :: t()