- getBlockById(service): ((block: string, includeTransactions: boolean) => Promise<Block>)
Returns ((block: string, includeTransactions: boolean) => Promise<Block>)
- (block, includeTransactions): Promise<Block>
Parameters
- block: string
- includeTransactions: boolean
Returns Promise<Block>
Use with ApiComposer and belongs to BlockApi.
See details at BlockApi.getBlockById