• Parameters

    • plainValue: {
          buyerAvatarAddress: Address;
          purchaseInfos: {
              productId: Guid;
              sellerAgentAddress: Address;
              sellerAvatarAddress: Address;
          }[];
      }
      • buyerAvatarAddress: Address
      • purchaseInfos: {
            productId: Guid;
            sellerAgentAddress: Address;
            sellerAvatarAddress: Address;
        }[]

    Returns Uint8Array

Generated using TypeDoc