Skip to main contentCrate jam_primitives
Source pub use types::*;
- block
- JAM Protocol Block Structures
- constants
- Constants for the JAM protocol
- crypto
- Cryptographic Primitives for JAM Protocol
- header
- JAM Protocol Header Structures
- transaction
- JAM Protocol Transaction Types
- types
- Core Types for JAM Protocol
- utils
- Utilities for JAM Protocol
- PrimitiveError
- Error types for primitive operations
- Decode
- Trait that allows zero-copy read of value-references from slices in LE format.
- Encode
- Trait that allows zero-copy write of value-references to slices in LE format.
- Hashable
- Trait for types that can be hashed
- Validate
- Trait for types that can be validated
- PrimitiveResult
- Common result type for primitive operations
- Decode
- Derive
parity_scale_codec::Decode for struct and enum. - Encode
- Derive
parity_scale_codec::Encode and parity_scale_codec::EncodeLike for struct and enum.