React Hook returning array of items owned by user with the given address.
Whenever the given address changes or corresponding player obtains or loses an item,
this hook causes rerender of calling component with his current inventory.
Parameters
address: string | undefined
Address of user whose inventory should be returned
React Hook returning array of items owned by user with the given address. Whenever the given address changes or corresponding player obtains or loses an item, this hook causes rerender of calling component with his current inventory.