UNPKG

@atomiqlabs/base

Version:

Base classes and interfaces for atomiq protocol

9 lines (8 loc) 231 B
/** * Indicates that the sent transaction has reverted (i.e. was confirmed but the execution failed) * * @category Errors */ export declare class TransactionRevertedError extends Error { constructor(msg: string); }