Module forest_filecoin::rpc::methods::eth

source Β·

Modules§

Structs§

Enums§

Constants§

  • ADDRESS_LENGTH πŸ”’
    Ethereum address size in bytes.
  • BLOOM_SIZE πŸ”’
    Ethereum Bloom filter size in bits. Bloom filter is used in Ethereum to minimize the number of block queries.
  • Ethereum Bloom filter size in bytes.
  • EMPTY_BLOOM πŸ”’
    Ethereum Bloom filter with all bits set to 0.
  • EMPTY_ROOT πŸ”’
    Keccak-256 of the RLP of null.
  • EMPTY_UNCLES πŸ”’
    Keccak-256 of an RLP of an empty array. In Filecoin, we don’t have the concept of uncle blocks but rather use tipsets to reward miners who craft blocks.
  • EVM_WORD_LENGTH πŸ”’
    Ethereum Virtual Machine word size in bytes.
  • FULL_BLOOM πŸ”’
    Ethereum Bloom filter with all bits set to 1.
  • MASKED_ID_PREFIX πŸ”’
  • The address used in messages to actors that have since been deleted.

Functions§

Type Aliases§