use H256;
use crate::;
pub type AssetDatabaseId = i64;
pub type UserEmail = String;
pub type TransactionId = H256;
/// trait for mandala blockchain nft assets
/// assets that implements this trait can be migrated with [asset facade](super::facade::DhatuAssetsFacade).