• Parameters

    • plainValue: {
          sellerAvatarAddress: Address;
          updateSellInfos: {
              count: number;
              itemSubType: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
              orderId: Guid;
              price: FungibleAssetValue;
              tradableId: Guid;
              updateSellOrderId: Guid;
          }[];
      }
      • sellerAvatarAddress: Address
      • updateSellInfos: {
            count: number;
            itemSubType: "Food" | "FullCostume" | "HairCostume" | "EarCostume" | "EyeCostume" | "TailCostume" | "Weapon" | "Armor" | "Belt" | "Necklace" | "Ring" | "EquipmentMaterial" | "FoodMaterial" | "MonsterPart" | "NormalMaterial" | "Hourglass" | "ApStone" | "Chest" | "Title" | "Aura";
            orderId: Guid;
            price: FungibleAssetValue;
            tradableId: Guid;
            updateSellOrderId: Guid;
        }[]

    Returns Uint8Array

Generated using TypeDoc