set_admin
Call parameters
Field
Type
Description
Usage
const auctionAddress = "KT1...";
const admin = "tz1...";
const auction = await tezos.contract.at(auctionAddress);
const operation = await auction.methods.set_admin(admin).send();
await operation.confirmation();Errors
Last updated