Skip to content

adamant-api / api / PooledTransactionsOptions

Interface: PooledTransactionsOptions

Defined in: src/api/index.ts:233

Properties

address?

ts
optional address?: string;

Defined in: src/api/index.ts:237

Filter by recipient ADAMANT address.


senderPublicKey?

ts
optional senderPublicKey?: string;

Defined in: src/api/index.ts:235

Filter by the sender's 32-byte hexadecimal public key.

Released under the GPL-3.0 License.