Skip to content

Latest commit

 

History

History
90 lines (46 loc) · 1.53 KB

File metadata and controls

90 lines (46 loc) · 1.53 KB

@cyberchain/smart-contract-wrapper


@cyberchain/smart-contract-wrapper / LogDescription

Class: 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.

Constructors

Constructor

new LogDescription(fragment, topic, args): LogDescription

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:47

@_ignore:

Parameters

fragment

EventFragment

topic

string

args

Result

Returns

LogDescription

Properties

args

readonly args: Result

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:43

The arguments passed into the Event with emit.


fragment

readonly fragment: EventFragment

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:27

The matching fragment for the topic0.


name

readonly name: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:31

The name of the Event.


signature

readonly signature: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:35

The full Event signature.


topic

readonly topic: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:39

The topic hash for the Event.