miden-protocol 0.17.0-rc.6

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CONSTANTS
# =================================================================================================

#! The maximum number of assets that can be stored in a single note.
pub const MAX_ASSETS_PER_NOTE = 16

#! The number of field elements in a Word.
pub const WORD_NUM_ELEMENTS = 4

#! The maximum expiration block delta a transaction can set.
pub const MAX_EXPIRATION_BLOCK_DELTA = 65535