burn_bid_fee
Call parameters
type burn_bid_fee_t is unitUsage
const auctionAddress = "KT1...";
const auction = await tezos.contract.at(auctionAddress);
const operation = await auction.methods.burn_bid_fee([]).send();
await operation.confirmation();Errors
Last updated