deleteCompanyWallet

This endpoint deletes a company wallet by blockchain and wallet address.

public deleteCompanyWallet(chain: eVyChain, address: String) : VyPromise<VyResponseEnvelope>

Parameters

chain

The blockchain of the company wallet.

address

String

This is the wallet `address` of the company wallet.

Returns

VyPromise<VyResponseEnvelope>

Last updated