WalletItems

Object that contains all the items for a wallet

Signature

{
walletId: string;
walletAddress: string;
secretType: SecretType;
items: NFT[];
}

Parameters

Parameter
Required
Type
Description
walletId
True
String
ID of the wallet
walletAddress
True
String
The blockchain address of the wallet
items
True
NFT[]
A list of NFT's for this wallet

Function Types