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

Representation of Stellar OperationResult type.

Link to this section Summary

Link to this section Types

Specs

Specs

t() :: %Stellar.XDR.OperationResult{
  code: Stellar.XDR.OperationResultCode.t(),
  result: result()
}

Link to this section Functions

Specs

new(result :: result(), code :: Stellar.XDR.OperationResultCode.t()) :: t()