For the complete documentation index, see llms.txt. This page is also available as Markdown.

MintErc20Tokens

This endpoint is used to mint and send ERC20 tokens.

void MintErc20Tokens(const FVyMintErc20TokensRequest& Params, const FVyOnMintErc20TokensComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyMintErc20TokensRequest)

OnComplete

FVyOnMintErc20TokensComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnMintErc20TokensComplete) Contains a FVyMintErc20TokensResultDto response type

Last updated