@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / LogDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:23
When using the [[Interface-parseLog]] to automatically match a Log to its event for parsing, a LogDescription is returned.
new LogDescription(
fragment,topic,args):LogDescription
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:47
@_ignore:
string
LogDescription
readonlyargs:Result
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:43
The arguments passed into the Event with emit.
readonlyfragment:EventFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:27
The matching fragment for the topic0.
readonlyname:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:31
The name of the Event.
readonlysignature:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:35
The full Event signature.
readonlytopic:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:39
The topic hash for the Event.