StellarBase.XDR.OperationResult (Elixir Stellar Base v0.2.2) View Source
Representation of Stellar OperationResult
type.
Link to this section Summary
Link to this section Types
Specs
result() :: StellarBase.XDR.OperationInnerResult.t() | StellarBase.XDR.Void.t() | any()
Specs
t() :: %StellarBase.XDR.OperationResult{ code: StellarBase.XDR.OperationResultCode.t(), result: result() }
Link to this section Functions
Specs
new(result :: result(), code :: StellarBase.XDR.OperationResultCode.t()) :: t()