Skip to content

adamant-api / api / GetDelegatesOptions

Interface: GetDelegatesOptions

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

Properties

limit?

ts
optional limit?: number;

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

Number of delegates to retrieve. Defaults to 101.


offset?

ts
optional offset?: number;

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

Number of delegates to skip. Defaults to 0.


orderBy?

ts
optional orderBy?: string;

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

Sort field and direction, for example rank:asc.

Supported fields are approval, productivity, rate, rank, vote, username, address, and publicKey.

Released under the GPL-3.0 License.