Module fvm_shared::sector

source ·

Re-exports

  • pub use self::post::*;

Modules

Structs

  • Information needed to verify an aggregated seal proof.
  • Information needed to verify a replica update
  • Information needed to verify a seal proof.
  • SealVerifyParams is the structure of information that must be sent with a message to commit a sector. Most of this information is not needed in the state tree but will be verified in sm.CommitSector. See SealCommitment for data stored on the state tree for each sector.
  • Sector ID which contains the sector number and the actor ID for the miner.

Enums

Constants

  • The maximum assignable sector number. Raising this would require modifying our AMT implementation.

Type Aliases