Returns a list of wallets that have access to any given Investment Idea.
// Initialize the SDK
const activ = await getActiv();
// the id of the previously created NFT
const nftId = 10;
// request wallets
const data = await activ.getIdeaViewers(nftId)