Expand description
Re-export the entire miden_client crate so external projects can use a single dependency.
Provides types and utilities for working with assets within the Miden network.
Structs§
- Account
Storage Delta - The
AccountStorageDeltastores the differences between two states of account storage. - Account
Vault Delta - AccountVaultDelta stores the difference between the initial and final account vault states.
- Asset
Vault - A container for an unlimited number of assets.
- Asset
Witness - A witness of an asset in an
AssetVault. - Fungible
Asset - A fungible asset.
- Fungible
Asset Delta - A binary tree map of fungible asset balance changes in the account vault.
- NonFungible
Asset - A commitment to a non-fungible asset.
- NonFungible
Asset Delta - A binary tree map of non-fungible asset changes (addition and removal) in the account vault.
- NonFungible
Asset Details - Details about a non-fungible asset.
- Token
Symbol - Represents a string token symbol (e.g. “POL”, “ETH”) as a single
Feltvalue.
Enums§
- Asset
- A fungible or a non-fungible asset.
- NonFungible
Delta Action