set_collecting_period
Call parameters
Field
Type
Description
Usage
const dexCoreAddress = "KT1...";
const collectingPeriod = 2048;
const dexCore = await tezos.contract.at(dexCoreAddress);
const operation = await dexCore.methods.set_collecting_period(collectingPeriod).send();
await operation.confirmation();Errors
Last updated