miden-protocol 0.17.0-rc.6

Core components of the Miden protocol
Documentation
# Semantic types shared by the protocol API and transaction kernel.
pub use {
    AccountId,
    StorageSlotId,
    AssetId,
    NoteArgs,
    NoteSerialNumber,
    NoteId,
    AssetValue,
    AccountProcedureRoot,
    StorageMapKey,
    NoteRecipient,
    NoteMetadata,
    NoteScriptRoot,
    TransactionScriptRoot,
    Asset,
    Bool,
    AssetAmount,
    NoteTag,
    NoteType,
    BlockNumber,
    BlockCommitment,
    DoubleWord,
    AssetClass,
    AssetMetadata,
    AssetComposition,
    NoteAssetsCommitment,
    NoteStorageCommitment,
    NoteAttachmentCommitment,
    NoteAttachmentsCommitment,
} from miden::protocol_utils::types