View Source StellarBase.XDR.FeeBumpTransactionEnvelope (Elixir Stellar Base v0.16.0)
Representation of Stellar FeeBumpTransactionEnvelope
type.
Summary
Types
@type t() :: %StellarBase.XDR.FeeBumpTransactionEnvelope{ signatures: StellarBase.XDR.DecoratedSignatures.t(), tx: StellarBase.XDR.FeeBumpTransaction.t() }
Functions
@spec new( tx :: StellarBase.XDR.FeeBumpTransaction.t(), signatures :: StellarBase.XDR.DecoratedSignatures.t() ) :: t()