withdraw_tokens
Call parameters
Field
Type
Description
Usage
const proxyMinterAddress = "KT1...";
const amount = 100;
const proxyMinter = await tezos.contract.at(proxyMinterAddress);
const operation = await proxyMinter.methods.withdraw_tokens(amount).send();
await operation.confirmation();Errors
Last updated