TransactionError class
Signature:
export declare class TransactionError extends Error
Extends: Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(reason, from, to, data, network, rpcUrl, raw, functionInfo) | Constructs a new instance of the TransactionError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
chain | providers.Network | ||
data | string | ||
from | string | ||
functionInfo | FunctionInfo | undefined | ||
reason | string | ||
rpcUrl | string | ||
to | string |