Stellar.XDR.TransactionResult (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar TransactionResult
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.TransactionResult{ ext: Stellar.XDR.Ext.t(), fee_charged: Stellar.XDR.Int64.t(), result: Stellar.XDR.TxResult.t() }
Link to this section Functions
Specs
new( fee_charged :: Stellar.XDR.Int64.t(), result :: Stellar.XDR.TxResult.t(), ext :: Stellar.XDR.Ext.t() ) :: t()