View Source StellarBase.XDR.Operations (Elixir Stellar Base v0.10.0)

Representation of a Stellar Operation list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Operations{operations: [StellarBase.XDR.Operation.t()]}

Link to this section Functions

@spec new(operations :: [StellarBase.XDR.Operation.t()]) :: t()