Skip to main content

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

ParameterTypeDescription
reasonstring
fromstring
tostring
datastring
networkproviders.Network
rpcUrlstring
rawstring
functionInfoFunctionInfo | undefined