set_baker
Call parameters
Field
Type
Description
Usage
const auctionAddress = "KT1...";
const baker = "tz1..."; // or null, or undefined to remove a baker
const auction = await tezos.contract.at(auctionAddress);
const operation = await auction.methods.set_baker(baker).send();
await operation.confirmation();Errors
Last updated