default
Call parameters
Usage
const qFarmAddress = "KT1...";
const mutezAmount = 100;
const qFarm = await tezos.contract.at(qFarmAddress);
const operation = await qFarm.methods.default([]).send({ amount: mutezAmount, mutez: true });
await operation.confirmation();Errors
Last updated