CreateErc20Contract

This endpoint is used to create an ERC20 contract.

void CreateErc20Contract(const FVyCreateErc20ContractRequest& Params, const FVyOnCreateErc20ContractComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateErc20ContractRequest)

OnComplete

FVyOnCreateErc20ContractComplete

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

OnComplete Callback (FVyOnCreateErc20ContractComplete) Contains a FVyDeployedErc20ContractDto response type

Last updated