Module fvm_shared::bigint::bigint_ser

source ·

Structs§

  • Wrapper for deserializing as BigInt from bytes.
  • Wrapper for serializing big ints to match filecoin spec. Serializes as bytes.

Functions§

  • Deserializes bytes into big int.
  • Serializes big int as bytes following Filecoin spec.