getAllNonFungibles
This function returns all non-fungible items for a user (of all linked wallets) that can be filtered based on secretType (optional)
venlyConnect.api.getAllNonfungibles();
Signature:
getAllNonfungibles = (secretTypes?: SecretType[]): Promise<WalletItems[]>
Returns:
Promise<WalletItems[]>
Parameters:
| Parameter | Required | Description |
|---|---|---|
secretTypes | False | An optional list of secretTypes for which you want to filter |
Object Types
Updated almost 2 years ago