readBlockHashFile
readBlockHashFile(seedPath: string, blockIndex: bigint, signal?: AbortSignal): Promise<Digest>
函数 readBlockHashFile:处理 MasterSeed V1 数据种子。
参数
| 名称 | 类型 | 说明 |
|---|---|---|
seedPath | string | 参数 seedPath:为 readBlockHashFile 提供所需输入。 |
blockIndex | bigint | 参数 blockIndex:为 readBlockHashFile 提供所需输入。 |
signal | AbortSignal | 参数 signal:为 readBlockHashFile 提供所需输入。 |
返回值
Promise<Digest>
来源
此页面由 TypeDoc/Go AST 元数据和中文翻译目录生成。标识符、类型、错误码和代码示例保持不译。