• Parameters

    • plainValue: {
          AvatarAddress: Address;
          ChargeAp: boolean;
          ReRegisterInfos: [{
              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";
          }, {
              Asset: FungibleAssetValue;
              AvatarAddress: Address;
              Price: FungibleAssetValue;
              Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
          } | {
              AvatarAddress: Address;
              ItemCount: number;
              Price: FungibleAssetValue;
              TradableId: Guid;
              Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
          }][];
      }
      • AvatarAddress: Address
      • ChargeAp: boolean
      • ReRegisterInfos: [{
            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";
        }, {
            Asset: FungibleAssetValue;
            AvatarAddress: Address;
            Price: FungibleAssetValue;
            Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
        } | {
            AvatarAddress: Address;
            ItemCount: number;
            Price: FungibleAssetValue;
            TradableId: Guid;
            Type: "Fungible" | "FungibleAssetValue" | "NonFungible";
        }][]

    Returns Uint8Array

Generated using TypeDoc