deleteContract
This endpoint is used to delete a contract.
Last updated
This endpoint is used to delete a contract.
Last updated
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.