Entrypoint calls oracle about prices each of tokenId from input set(nat) and routes them to receivePrice. It the end prices sends to yToken.priceCallback entrypoint.
Usage
consttokenSet= [0,1,5]; // token ids to updateconstproxy=awaittezos.contract.at(proxyAddress);constoperation=awaitproxy.methods.getPrice(tokenSet).send();awaitoperation.confirmation();