Crate jam_types

Source
Expand description

JAM types used within the PVM instances (service code and authorizer code).

Re-exports§

Modules§

Macros§

Structs§

  • A bounded vector.
  • A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

  • Trait that allows zero-copy read of value-references from slices in LE format.
  • Trait that allows zero-copy write of value-references to slices in LE format.
  • Items implementing MaxEncodedLen have a statically known maximum encoded size.

Derive Macros§

  • Derive parity_scale_codec::Decode for struct and enum.
  • Derive parity_scale_codec::Encode and parity_scale_codec::EncodeLike for struct and enum.
  • Derive parity_scale_codec::MaxEncodedLen for struct and enum.