Miner

minerCreateBlock

minerCreateBlock (blockTemplate: BlockTemplate): Promise<BlockMsg>

Parameters:

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>

Source: index.d.ts, line 376, character 18