Module assets

Module assets 

Source

Re-exports§

pub use utils::Mint;
pub use utils::MultiAsset;
pub use utils::Value;

Modules§

utils

Structs§

AssetName

Type Aliases§

Coin
NonZeroInt64
This should technically now allow 0 but this would make the API harder to use. At least for now we’ll keep it as Coin (aka u64) as an alias with this comment here. Later on it could potentially be redone to its own struct.
PositiveCoin
This should technically now allow 0 but this would make the API harder to use. At least for now we’ll keep it as Coin (aka u64) as an alias with this comment here. Later on it could potentially be redone to its own struct.