StellarBase.XDR.TransactionResult (Elixir Stellar Base v0.8.7) 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
Specs
new( fee_charged :: StellarBase.XDR.Int64.t(), result :: StellarBase.XDR.TxResult.t(), ext :: StellarBase.XDR.Ext.t() ) :: t()