This endpoint is used to delete a contract.
Last updated 8 months ago
public deleteContract(chain: VyChain, contractAddress: string) : VyPromise<Any>
Parameters
chain
The blockchain of the contract.
contractAddress
string
The contract address that you want to delete.