Skip to content

GetPendingTransactionsByAddressData

GetPendingTransactionsByAddressData: object

Type declaration

address

address: string

An account public key

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:1458