DeleteContract
This endpoint is used to delete a contract.
public static VyTask<VyTaskVoid> DeleteContract(eVyChain chain, string contractAddress)
Parameters
chain
eVyChain
The blockchain of the contract.
contractAddress
string
The contract address that you want to delete.
Last updated