createMiner(uint256) :
This function creates a new miner by calling a smart contract method and returns the result.
(autogenerated documentation)
minerCount() :
This function gets the number of miners in the network by calling a method on the Power actor and deserializing the result.
(autogenerated documentation)
minerConsensusCount() :
This function calls a method on the Power actor to get the miner consensus count and returns it as an int64.
(autogenerated documentation)
networkRawPower() :
This function gets the total raw power of the network by calling a method on the Power actor and returning the result as a BigInt.
(autogenerated documentation)
minerRawPower(uint64) :
This function retrieves a miner's raw power from the Power actor by calling its MinerRawPowerMethodNum method.
(autogenerated documentation)