TransactionError.(constructor)
Constructs a new instance of the TransactionError
class
Signature:
constructor(reason: string, from: string, to: string, data: string, network: providers.Network, rpcUrl: string, raw: string, functionInfo: FunctionInfo | undefined);
Parameters
Parameter | Type | Description |
---|---|---|
reason | string | |
from | string | |
to | string | |
data | string | |
network | providers.Network | |
rpcUrl | string | |
raw | string | |
functionInfo | FunctionInfo | undefined |