StellarBase.XDR.OperationBody (Elixir Stellar Base v0.8.4) View Source

Representation of Stellar OperationBody type.

Link to this section Summary

Link to this section Types

Specs

operation() :: any()

Specs

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

Link to this section Functions

Specs

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