dharitri-sc 0.0.1

Dharitri smart contract API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub const DCT_LOCAL_MINT_FUNC_NAME: &str = "DCTLocalMint";
pub const DCT_LOCAL_BURN_FUNC_NAME: &str = "DCTLocalBurn";
pub const DCT_MULTI_TRANSFER_FUNC_NAME: &str = "MultiDCTNFTTransfer";
pub const DCT_NFT_TRANSFER_FUNC_NAME: &str = "DCTNFTTransfer";
pub const DCT_NFT_CREATE_FUNC_NAME: &str = "DCTNFTCreate";
pub const DCT_NFT_ADD_QUANTITY_FUNC_NAME: &str = "DCTNFTAddQuantity";
pub const DCT_NFT_ADD_URI_FUNC_NAME: &str = "DCTNFTAddURI";
pub const DCT_NFT_UPDATE_ATTRIBUTES_FUNC_NAME: &str = "DCTNFTUpdateAttributes";
pub const DCT_NFT_BURN_FUNC_NAME: &str = "DCTNFTBurn";
pub const DCT_TRANSFER_FUNC_NAME: &str = "DCTTransfer";
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";