Module forest_actor::power[][src]

Structs

Actor

Storage Power Actor

Claim
CreateMinerParams
CreateMinerReturn
CronEvent
CurrentTotalPowerReturn
EnrollCronEventParams
State

Storage power actor state

UpdateClaimedPowerParams

Enums

Method

Storage power actor methods available

Constants

CONSENSUS_MINER_MIN_MINERS

Minimum power of an individual miner to meet the threshold for leader election.

CRON_QUEUE_AMT_BITWIDTH
CRON_QUEUE_HAMT_BITWIDTH
MAX_MINER_PROVE_COMMITS_PER_EPOCH

Maximum number of prove commits a miner can submit in one epoch

PROOF_VALIDATION_BATCH_AMT_BITWIDTH
SECTOR_TERMINATION_EXPIRED

Implicit termination after all deals expire

SECTOR_TERMINATION_FAULTY

Implicit termination due to unrecovered fault

SECTOR_TERMINATION_MANUAL

Unscheduled explicit termination by the miner

Functions

set_claim

Type Definitions

SectorTermination