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