@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / ErrorDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:88
When using the [[Interface-parseError]] to automatically match an error for a call result for parsing, an ErrorDescription is returned.
new ErrorDescription(
fragment,selector,args):ErrorDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:112
@_ignore:
string
ErrorDescription
readonlyargs:Result
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:100
The arguments passed to the Error with revert.
readonlyfragment:ErrorFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:92
The matching fragment.
readonlyname:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:96
The name of the Error.
readonlyselector:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:108
The selector for the Error.
readonlysignature:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:104
The full Error signature.