Modules§
Macros§
- list_
miners_ for_ state - parse_
pending_ transactions - This macro iterates over each transaction, decodes the transaction key using variable-length integer encoding, and constructs a Transaction object with the decoded data.
- parse_
pending_ transactions_ v3 - This macro iterates over each transaction, decodes the transaction key, and constructs a Transaction object
with additional processing for address and token formats using
from_address_v3_to_v2
andfrom_token_v3_to_v2
. - parse_
pending_ transactions_ v4 - This macro iterates over each transaction, assumes that transaction id’s are directly available and not encoded.
It constructs Transaction objects with transformations for address and token data from version 4 to version 2
using
from_address_v4_to_v2
andfrom_token_v4_to_v2
.
Structs§
Constants§
- BURNT_
FUNDS_ ACTOR_ ADDR - CHAOS_
ACTOR_ ADDR - EPOCH_
DURATION_ SECONDS - Duration of each tipset epoch.
- RESERVE_
ADDRESS