CreateErc20Contract

Description

This endpoint is used to create an ERC20 contract.

public static VyTask<VyDeployedErc20ContractDto> CreateErc20Contract(VyCreateErc20ContractRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyDeployedErc20ContractDto>

Last updated