View Source StellarBase.XDR.OperationBody (Elixir Stellar Base v0.11.1)
Representation of Stellar OperationBody
type.
Link to this section Summary
Link to this section Types
@type operation() :: any()
@type t() :: %StellarBase.XDR.OperationBody{ operation: operation(), type: StellarBase.XDR.OperationType.t() }
Link to this section Functions
@spec new(operation :: operation(), type :: StellarBase.XDR.OperationType.t()) :: t()