Skip to content

TransactionEnvelope

Errors & Types for working with Transaction Envelopes.

Errors

NameDescription
TransactionEnvelope.FeeCapTooHighErrorThrown when a fee cap is too high.
TransactionEnvelope.GasPriceTooHighErrorThrown when a gas price is too high.
TransactionEnvelope.InvalidChainIdErrorThrown when a chain ID is invalid.
TransactionEnvelope.InvalidSerializedErrorThrown when a serialized transaction is invalid.
TransactionEnvelope.TipAboveFeeCapErrorThrown when a tip is higher than a fee cap.

Types

NameDescription
TransactionEnvelope.BaseBase type for a Transaction Envelope. Transaction Envelopes inherit this type.
TransactionEnvelope.BaseRpcRPC representation of a TransactionEnvelope.Base.
TransactionEnvelope.BaseSignedSigned representation of a TransactionEnvelope.Base.