dharitri-sc 1.7.2

Dharitri smart contract API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub const DCDT_LOCAL_MINT_FUNC_NAME: &str = "DCDTLocalMint";
pub const DCDT_LOCAL_BURN_FUNC_NAME: &str = "DCDTLocalBurn";
pub const DCDT_MULTI_TRANSFER_FUNC_NAME: &str = "MultiDCDTNFTTransfer";
pub const DCDT_NFT_TRANSFER_FUNC_NAME: &str = "DCDTNFTTransfer";
pub const DCDT_NFT_CREATE_FUNC_NAME: &str = "DCDTNFTCreate";
pub const DCDT_NFT_ADD_QUANTITY_FUNC_NAME: &str = "DCDTNFTAddQuantity";
pub const DCDT_NFT_ADD_URI_FUNC_NAME: &str = "DCDTNFTAddURI";
pub const DCDT_NFT_UPDATE_ATTRIBUTES_FUNC_NAME: &str = "DCDTNFTUpdateAttributes";
pub const DCDT_NFT_BURN_FUNC_NAME: &str = "DCDTNFTBurn";
pub const DCDT_TRANSFER_FUNC_NAME: &str = "DCDTTransfer";
pub const CHANGE_OWNER_BUILTIN_FUNC_NAME: &str = "ChangeOwnerAddress";
pub const CLAIM_DEVELOPER_REWARDS_FUNC_NAME: &str = "ClaimDeveloperRewards";
pub const SET_USERNAME_FUNC_NAME: &str = "SetUserName";
pub const MIGRATE_USERNAME_FUNC_NAME: &str = "migrateUserName";
pub const DELETE_USERNAME_FUNC_NAME: &str = "DeleteUserName";
pub const UPGRADE_CONTRACT_FUNC_NAME: &str = "upgradeContract";