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