Interface NftTransferDetails

Parameter required to create a batchNftTransfer

interface NftTransferDetails {
    receiver: string;
    tokenId: string;
    tokenAddress: string;
}

Properties

receiver: string

Ethereum address of the receiving user

tokenId: string

The token ID

tokenAddress: string

The token contract address