Hierarchy

Properties

endUtime?: Maybe<AnyTime>

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

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

shard?: Maybe<string>

Filter by shard prefix.

Sort direction. Use SortDirection to specify the direction.

Default Value

SortDirection.DESC

startUtime?: Maybe<AnyTime>

UTC timestamp to start searching blocks.

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

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

Generated using TypeDoc