Skip to content

adamant-api / api / GetTopAccountsOptions

Interface: GetTopAccountsOptions

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

Properties

isDelegate?

ts
optional isDelegate?: 0 | 1;

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


limit?

ts
optional limit?: number;

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

Number of accounts to return. Use 0 for count-only metadata.


offset?

ts
optional offset?: number;

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

Released under the GPL-3.0 License.