adamant-api / api / SearchDelegatesOptions
Interface: SearchDelegatesOptions
Defined in: src/api/index.ts:178
Properties
limit?
ts
optional limit?: number;Defined in: src/api/index.ts:180
Maximum number of matches to return, from 1 to 1000.
orderBy?
ts
optional orderBy?: string;Defined in: src/api/index.ts:188
Sort field and direction, for example username:asc.
Supported fields are username, address, publicKey, vote, missedblocks, producedblocks, approval, productivity, voters_cnt, and register_timestamp.