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