Crate fil_actor_interface

source ·

Re-exports§

  • pub use known_cids::KNOWN_CIDS;
  • pub use known_cids::KNOWN_CIDS;

Modules§

Macros§

  • This macro iterates over each transaction, decodes the transaction key using variable-length integer encoding, and constructs a Transaction object with the decoded data.
  • 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 and from_token_v3_to_v2.
  • 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 and from_token_v4_to_v2.

Structs§

Constants§

Functions§