fedimint_core

Module encoding

Source
Expand description

Consensus encoding Binary encoding interface suitable for consensus critical encoding.

Over time all structs that ! need to be encoded to binary will be migrated to this interface.

This code is based on corresponding rust-bitcoin types.

See Encodable and Decodable for two main traits.

Modulesยง

Macrosยง

Structsยง

Enumsยง

  • A type that decodes module_instance_id-prefixed Ts even when corresponding Decoder is not available.

Constantsยง

  • Maximum size, in bytes, of data we are allowed to ever decode for a single value.

Traitsยง

  • Data which can be encoded in a consensus-consistent way
  • Object-safe trait for things that can encode themselves
  • Data which can be encoded in a consensus-consistent way

Functionsยง

Derive Macrosยง