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