Crate fil_types

Source

Re-exports§

Modules§

Structs§

  • Params for the network. This is now continued on into mainnet and is static across networks.
  • Amount of total Filecoin reserved in a static ID address.
  • Size of a piece in bytes with padding.
  • Piece information for part or a whole file.
  • String of random bytes usually generated from a randomness beacon or from tickets on chain.
  • Empty state tree information. This is serialized as an array for future proofing.
  • State root information. Contains information about the version of the state tree, the root of the tree, and a link to the information about the tree.
  • Total Filecoin available to the network.
  • Size of a piece in bytes.
  • Zero address used to avoid allowing it to be used for verification. This is intentionally disallowed because it is an edge case with Filecoin’s BLS signature verification.

Enums§

Constants§

Traits§

  • Config trait which handles different network configurations.

Type Aliases§

  • Identifier for Actors, includes builtin and initialized actors