StellarBase.XDR.FeeBumpTransactionEnvelope (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar FeeBumpTransactionEnvelope type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.FeeBumpTransactionEnvelope{
signatures: StellarBase.XDR.DecoratedSignatures.t(),
tx: StellarBase.XDR.FeeBumpTransaction.t()
}
Link to this section Functions
Specs
new( tx :: StellarBase.XDR.FeeBumpTransaction.t(), signatures :: StellarBase.XDR.DecoratedSignatures.t() ) :: t()