Skip to main content

Module hash

Module hash 

Source

Structs§

Blake2bSyscall
Hasher that uses the blake2b hash syscall provided by the FVM.
MethodResolver
Uses an underlying hashing function (blake2b by convention) to generate method numbers from method names.

Enums§

IllegalNameErr
MethodNameErr

Traits§

Hasher
Minimal interface for a hashing function.