Event

ton-bcl-sdkDocs


ton-bcl-sdk / client/types / Event

Type Alias: Event

Event: object

Type declaration

Name
Type
Description
Defined in

coinAddress

Address

Address of coin to which event corresponds

id

string

Id of the event, used for pagination

lt

bigint

Lt of the transaction in which event occurred

queryId

bigint

Query id of message that initiated transaction

txHash

string

Hash of transaction of event

txUtime

number

Unixtime of transaction

Defined in

client/types.ts:96

Last updated