1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! Core data types for blocks in the tangle.
/// A module that provides types and syntactic validations of addresses.
/// A module that provides functionality for capabilities.
/// A module that provides types and syntactic validations of context inputs.
/// A module that provides types and syntactic validations of blocks.
/// A module that contains helper functions and types.
/// A module that provides types and syntactic validations of inputs.
/// A module that provides types and syntactic validations of mana.
/// A module that provides types and syntactic validations of outputs.
/// A module that provides types and syntactic validations of payloads.
/// A module that provides types and syntactic validations of protocol parameters.
/// A module that provides utilities for random generation of types.
/// A module that provides types and rules for semantic validation.
/// A module that provides types and syntactic validations of signatures.
/// A module that provides types and syntactic validations of slots.
/// A module that provides types and syntactic validations of unlocks.
pub use ;
pub use ;
pub const PROTOCOL_VERSION: u8 = 3;