StellarBase.XDR.TxResultV0 (Elixir Stellar Base v0.8.6) View Source

Representation of Stellar TxResultV0 type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.TxResultV0{
  code: StellarBase.XDR.TransactionResultCode.t(),
  result: any()
}

Link to this section Functions

Specs

new(result :: any(), code :: StellarBase.XDR.TransactionResultCode.t()) :: t()