Function getBlockByHeight
- getBlockByHeight(service): ((height: number, includeTransactions: boolean) => Promise<Block>)
Returns ((height: number, includeTransactions: boolean) => Promise<Block>)
- (height, includeTransactions): Promise<Block>
Parameters
- height: number
- includeTransactions: boolean
Returns Promise<Block>
Use with ApiComposer and belongs to BlockApi.
See details at BlockApi.getBlockByHeight