deleteContract

This endpoint is used to delete a contract.

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.

Last updated