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