confirm_admin
Call parameters
Usage
const auctionAddress = "KT1...";
const auction = await tezos.contract.at(auctionAddress);
const operation = await auction.methods.confirm_admin([]).send();
await operation.confirmation();Errors
Last updated