Module tezos_data_encoding::types
source · Expand description
Defines types of the intermediate data format.
Structs
- This is a wrapper for num_bigint::BigInt type.
- Sequence of bytes bounded by maximum size
- Mutez number
- Zarith number
Enums
- Represents data in the intermediate form.
Constants
- TE-172 - Represents
Nonefor ‘Optional field’ in binary format. - TE-172 - Represents ‘Optional field’ in binary format.
- Represents
falsevalue in binary format. - Represents
Nonevalue in binary format. - Represents
Some(x)value in binary format. - Represents
truevalue in binary format.