withdraw_farm_depo
Call parameters
type withdraw_farm_type is [@layout:comb] record [
fid : fid_type;
amt : nat;
]Field
Type
Description
Usage
const qFarmAddress = "KT1...";
const params = {
fid: 1,
amt: 100,
};
const qFarm = await tezos.contract.at(qFarmAddress);
const operation = await qFarm.methodsObject.withdraw_farm_depo(params).send();
await operation.confirmation();Errors
Last updated