claim
Call parameters
type claim_t is nat // auction's IDUsage
const auctionAddress = "KT1...";
const auctionId = 5;
const auction = await tezos.contract.at(auctionAddress);
const operation = await dexCore.methods.claim(auctionId).send();
await operation.confirmation();Errors
Last updated