Miner
minerCreateBlock
minerCreateBlock (blockTemplate: BlockTemplate): Promise<BlockMsg>
Parameters:
blockTemplate
:BlockTemplate
Returns:
Promise<BlockMsg>
Source: index.d.ts, line 375, character 18
minerGetBaseInfo
minerGetBaseInfo (address: string, chainEpoch: number, tipSetKey: Cid[]): Promise<MiningBaseInfo>
Parameters:
address
:string
chainEpoch
:number
tipSetKey
:Cid[]
Returns:
Promise<MiningBaseInfo>