TransactionEnvelope
Errors & Types for working with Transaction Envelopes.
Errors
Name | Description |
---|---|
TransactionEnvelope.FeeCapTooHighError | Thrown when a fee cap is too high. |
TransactionEnvelope.GasPriceTooHighError | Thrown when a gas price is too high. |
TransactionEnvelope.InvalidChainIdError | Thrown when a chain ID is invalid. |
TransactionEnvelope.InvalidSerializedError | Thrown when a serialized transaction is invalid. |
TransactionEnvelope.TipAboveFeeCapError | Thrown when a tip is higher than a fee cap. |
Types
Name | Description |
---|---|
TransactionEnvelope.Base | Base type for a Transaction Envelope. Transaction Envelopes inherit this type. |
TransactionEnvelope.BaseRpc | RPC representation of a TransactionEnvelope.Base . |
TransactionEnvelope.BaseSigned | Signed representation of a TransactionEnvelope.Base . |