Function cancel_product_registration
- cancel_product_registration(plainValue): Uint8Array
-
Parameters
-
plainValue: {
AvatarAddress: Address;
ChargeAp: boolean;
ProductInfos: {
AgentAddress: Address;
AvatarAddress: Address;
Price: FungibleAssetValue;
ProductId: Guid;
Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
} | {
AgentAddress: Address;
AvatarAddress: Address;
ItemSubType: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
Legacy: boolean;
Price: FungibleAssetValue;
ProductId: Guid;
TradableId: Guid;
Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
}[];
}
-
AvatarAddress: Address
-
ChargeAp: boolean
-
ProductInfos: {
AgentAddress: Address;
AvatarAddress: Address;
Price: FungibleAssetValue;
ProductId: Guid;
Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
} | {
AgentAddress: Address;
AvatarAddress: Address;
ItemSubType: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
Legacy: boolean;
Price: FungibleAssetValue;
ProductId: Guid;
TradableId: Guid;
Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
}[]
Returns Uint8Array