WalletItems

Object that contains all the items for a wallet

Signature:

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

Parameters:

ParameterRequiredTypeDescription
walletIdTrueStringID of the wallet
walletAddressTrueStringThe blockchain address of the wallet
itemsTrueNFT[]A list of NFT's for this wallet

Function Types

📘