Stellar.XDR.FeeBumpTransaction (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar FeeBumpTransaction
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.FeeBumpTransaction{ ext: Stellar.XDR.Ext.t(), fee: Stellar.XDR.Int64.t(), fee_source: Stellar.XDR.MuxedAccount.t(), inner_tx: Stellar.XDR.FeeBumpInnerTx.t() }
Link to this section Functions
Specs
new( fee_source :: Stellar.XDR.MuxedAccount.t(), fee :: Stellar.XDR.Int64.t(), inner_tx :: Stellar.XDR.FeeBumpInnerTx.t(), ext :: Stellar.XDR.Ext.t() ) :: t()