lib-ethers.etherstransactioncancellederror

Home > @mosaic/lib-ethers > EthersTransactionCancelledError

EthersTransactionCancelledError class

Thrown when a transaction is cancelled or replaced by a different transaction.

Signature:

export declare class EthersTransactionCancelledError extends Error 

Extends: Error

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the EthersTransactionCancelledError class.

Properties

Last updated