Hierarchy

Properties

address: string

The address to get transactions. Can be sent in any form.

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

Sort direction, use SortDirection to specify the direction.

Default Value

SortDirection.DESC

startUtime?: Maybe<AnyTime>

UTC timestamp to start searching transactions.

Generated using TypeDoc