set_baker_registry
Call parameters
Field
Type
Description
Usage
const qFarmAddress = "KT1...";
const bakerRegistry = "KT1...";
const qFarm = await tezos.contract.at(qFarmAddress);
const operation = await qFarm.methods.set_baker_registry(bakerRegistry).send();
await operation.confirmation();Errors
Last updated