WalletItems
Object that contains all the items for a wallet
{
walletId: string;
walletAddress: string;
secretType: SecretType;
items: NFT[];
}
Parameter | Required | Type | Description |
walletId | True | String | ID of the wallet |
walletAddress | True | String | The blockchain address of the wallet |
items | True | A list of NFT's for this wallet |
Last modified 2yr ago