const tokenAlias = "Dave"const tx = await prepareMintContribTokenTx(wallet, andamioConfig, tokenAlias, contributorAddress);const txHash = await tx.runTx(); Copy
const tokenAlias = "Dave"const tx = await prepareMintContribTokenTx(wallet, andamioConfig, tokenAlias, contributorAddress);const txHash = await tx.runTx();
Generated using TypeDoc
Example