Get assets belonging to the specified slots owned by the specified user
Parameters
typeGetUserSlotsAssetsProps= { slotIds:string[]; walletUserId?:string; // specifies walletId if user is an app-owned wallet idOnly?:boolean; // if true, response includes assetIds only includeDeactivated?:boolean; // if true, response includes assets from deactivated collections countsOnly?:boolean; // if true, response includes asset counts only}