StellarBase.XDR.OperationInnerResult (Elixir Stellar Base v0.2.1) View Source

Representation of Stellar OperationInnerResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.OperationInnerResult{
  result: any(),
  type: StellarBase.XDR.OperationType.t()
}

Link to this section Functions

Specs

new(result :: any(), type :: StellarBase.XDR.OperationType.t()) :: t()