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:

ParameterRequiredDescription
secretTypesFalseAn optional list of secretTypes for which you want to filter

Object Types

📘