register
Call parameters
Field
Type
Description
Usage
const bakerRegistryAddress = "KT1...";
const baker = "tz1...";
const bakerRegistry = await tezos.contract.at(bakerRegistryAddress);
const operation = await bakerRegistry.methods.register(baker).send();
await operation.confirmation();Errors
Last updated