This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Description
expected implicit structures:
[Miner]
PreCommittedSectors HAMT[SectorNumber]SectorPreCommitOnChainInfo
[Init]
AddressMap HAMT[Address]ActorID
[VerifReg]
Verifiers HAMT[Address]DataCap
VerifiedClients HAMT[Address]DataCap
[Market]
PendingProposals HAMT[DealCid]DealProposal
EscrowTable HAMT[Address]TokenAmount
LockedTable HAMT[Address]TokenAmount
DealOpsByEpoch HAMT[ChainEpoch]HAMT[uintKey]DealID
[Multisig]
PendingTxns HAMT[TxnID]Transaction
[Power]
CronEventQueue HAMT[ChainEpoch]CronEvent
Claims HAMT[Address]Claim
ProofValidationBatch HAMT[AddrKey]AMT[uint64]SealVerifyInfo
ref: https://github.com/filecoin-project/statediff/blob/master/examine.go#L227-L258