Stellar.XDR.OperationBody (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar OperationBody type.

Link to this section Summary

Link to this section Types

Specs

operation() :: any()

Specs

t() :: %Stellar.XDR.OperationBody{
  operation: operation(),
  type: Stellar.XDR.OperationType.t()
}

Link to this section Functions

Specs

new(operation :: operation(), type :: Stellar.XDR.OperationType.t()) :: t()