• Parameters

    • plainValue: {
          buyerAvatarAddress: Address;
          purchaseInfos: {
              agentAddress: Address;
              avatarAddress: Address;
              itemPrice: FungibleAssetValue;
              orderId: Guid;
              tradableId: Guid;
              type: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
          }[];
      }
      • buyerAvatarAddress: Address
      • purchaseInfos: {
            agentAddress: Address;
            avatarAddress: Address;
            itemPrice: FungibleAssetValue;
            orderId: Guid;
            tradableId: Guid;
            type: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
        }[]

    Returns Uint8Array

Generated using TypeDoc