Stellar.XDR.TxResult (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar TxResult
type.
Link to this section Summary
Link to this section Types
Specs
result() :: Stellar.XDR.InnerTransactionResultPair.t() | Stellar.XDR.OperationResultList.t() | Stellar.XDR.Void.t() | any()
Specs
t() :: %Stellar.XDR.TxResult{ code: Stellar.XDR.TransactionResultCode.t(), result: result() }
Link to this section Functions
Specs
new(result :: result(), code :: Stellar.XDR.TransactionResultCode.t()) :: t()