Skip to content

GetPendingTransactionsData

GetPendingTransactionsData: object

Type declaration

format?

optional format: "json" | "msgpack"

Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.

max?

optional max: number

Truncated number of transactions to display. If max=0, returns all pending txns.

Defined in

types.gen.ts:2070