# 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