Stellar.XDR.FeeBumpTransactionEnvelope (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar FeeBumpTransactionEnvelope type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.FeeBumpTransactionEnvelope{
  signatures: Stellar.XDR.DecoratedSignatures.t(),
  tx: Stellar.XDR.FeeBumpTransaction.t()
}

Link to this section Functions