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