StellarBase.XDR.TransactionResult (Elixir Stellar Base v0.8.1) View Source

Representation of Stellar TransactionResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.TransactionResult{
  ext: StellarBase.XDR.Ext.t(),
  fee_charged: StellarBase.XDR.Int64.t(),
  result: StellarBase.XDR.TxResult.t()
}

Link to this section Functions

Link to this function

new(fee_charged, result, ext)

View Source

Specs

new(
  fee_charged :: StellarBase.XDR.Int64.t(),
  result :: StellarBase.XDR.TxResult.t(),
  ext :: StellarBase.XDR.Ext.t()
) :: t()