Skip to content

adamant-api / api / KVSOptions

Interface: KVSOptions

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

Options for /api/states/get (getKVS).

Verified against the node query builder, this endpoint applies type, key, keyIds, senderId, senderIds, and fromHeight, plus pagination. It does not support amount filters (excluded at the type level) and ignores recipientId.

Extends

Properties

blockId?

ts
optional blockId?: string;

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

Inherited from

TransactionQueryParameters.blockId


fromHeight?

ts
optional fromHeight?: number;

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

Inherited from

TransactionQueryParameters.fromHeight


fromTimestamp?

ts
optional fromTimestamp?: number;

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

Inherited from

TransactionQueryParameters.fromTimestamp


inId?

ts
optional inId?: string;

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

Inherited from

TransactionQueryParameters.inId


isIn?

ts
optional isIn?: string;

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

Inherited from

TransactionQueryParameters.isIn


key?

ts
optional key?: string;

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


keyIds?

ts
optional keyIds?: string[];

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


limit?

ts
optional limit?: number;

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

Inherited from

TransactionQueryParameters.limit


maxFee?

ts
optional maxFee?: number;

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

Inherited from

TransactionQueryParameters.maxFee


minConfirmations?

ts
optional minConfirmations?: number;

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

Inherited from

TransactionQueryParameters.minConfirmations


minFee?

ts
optional minFee?: number;

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

Inherited from

TransactionQueryParameters.minFee


offset?

ts
optional offset?: number;

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

Inherited from

TransactionQueryParameters.offset


orderBy?

ts
optional orderBy?: string;

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

Inherited from

TransactionQueryParameters.orderBy


recipientId?

ts
optional recipientId?: string;

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

Inherited from

TransactionQueryParameters.recipientId


returnUnconfirmed?

ts
optional returnUnconfirmed?: 0 | 1;

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

Inherited from

TransactionQueryParameters.returnUnconfirmed


senderId?

ts
optional senderId?: string;

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

Inherited from

TransactionQueryParameters.senderId


senderIds?

ts
optional senderIds?: string[];

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


toHeight?

ts
optional toHeight?: number;

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

Inherited from

TransactionQueryParameters.toHeight


toTimestamp?

ts
optional toTimestamp?: number;

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

Inherited from

TransactionQueryParameters.toTimestamp


type?

ts
optional type?: number;

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

Released under the GPL-3.0 License.