readBlockHashFile
readBlockHashFile(seedPath: string, blockIndex: bigint, signal?: AbortSignal): Promise<Digest>
Read one block hash from a Node seed file without exposing Buffer in core APIs.
Parameters
| Name | Type | Description |
|---|---|---|
seedPath | string | Parameter seedPath of readBlockHashFile. |
blockIndex | bigint | Parameter blockIndex of readBlockHashFile. |
signal | AbortSignal | Parameter signal of readBlockHashFile. |
Returns
Promise<Digest>
Source
This page is generated from SDK source metadata and the translation catalog.