lib-ethers.etherstransactionfailederror

Home > @mosaic/lib-ethers > EthersTransactionFailedError

EthersTransactionFailedError class

Thrown by EthersMosaic in case of transaction failure.

Signature:

export declare class EthersTransactionFailedError extends TransactionFailedError<FailedReceipt<EthersTransactionReceipt>> 

Extends: TransactionFailedError<FailedReceipt<EthersTransactionReceipt>>

Constructors

ConstructorModifiersDescription

Constructs a new instance of the EthersTransactionFailedError class

Last updated