deleteCompanyWallet
This endpoint deletes a company wallet by blockchain and wallet address.
public deleteCompanyWallet(chain: VyChain, address: string) : VyPromise<VyResponseEnvelope>
Parameters
address
string
This is the wallet `address` of the company wallet.
Returns
VyPromise<VyResponseEnvelope>
Last updated