adamant-api / api / GetBlocksOptions
Interface: GetBlocksOptions
Defined in: src/api/index.ts:151
Properties
generatorPublicKey?
ts
optional generatorPublicKey?: string;Defined in: src/api/index.ts:155
height?
ts
optional height?: number;Defined in: src/api/index.ts:161
limit?
ts
optional limit?: number;Defined in: src/api/index.ts:152
numberOfTransactions?
ts
optional numberOfTransactions?: number;Defined in: src/api/index.ts:156
offset?
ts
optional offset?: number;Defined in: src/api/index.ts:153
orderBy?
ts
optional orderBy?: string;Defined in: src/api/index.ts:154
previousBlock?
ts
optional previousBlock?: string;Defined in: src/api/index.ts:160
reward?
ts
optional reward?: number;Defined in: src/api/index.ts:159
totalAmount?
ts
optional totalAmount?: string | number;Defined in: src/api/index.ts:157
totalFee?
ts
optional totalFee?: string | number;Defined in: src/api/index.ts:158