View Source StellarBase.XDR.FeeBumpTransactionEnvelope (Elixir Stellar Base v0.12.0)

Representation of Stellar FeeBumpTransactionEnvelope type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.FeeBumpTransactionEnvelope{
  signatures: StellarBase.XDR.DecoratedSignatures.t(),
  tx: StellarBase.XDR.FeeBumpTransaction.t()
}

Link to this section Functions