getBlock()
function getBlock<TOptions>(client, options?): Observable<BlockInfo>;
Defined in: packages/core/src/actions/get-block.ts:8
Type Parameters
| Type Parameter |
|---|
TOptions extends GetBlockOptions |
Parameters
| Parameter | Type |
|---|---|
client | PolkadotClient |
options? | TOptions |
Returns
Observable<BlockInfo>