Hierarchy

Properties

endUtime?: Maybe<AnyTime>

UTC timestamp to stop searching transactions. If not specified, the latest transactions are returned.

includeMsgBody?: Maybe<boolean>

Whether to return full message body or not.

Default Value

false

limit?: Maybe<number>

Number of blocks to return, maximum limit is 1000.

Default Value

20

offset?: Maybe<number>

Number of rows to omit before the beginning of the result set.

Default Value

0

startUtime?: Maybe<AnyTime>

UTC timestamp to start searching transactions.

workchain: Values<{
    Basic: 0;
    Master: -1;
}>

Filter by workchain. Use the Workchain helper to specify the workchain ID.

Generated using TypeDoc