DeleteCompanyWallet

Deletes a wallet associated with a company on a specific chain.

Server Authoritative (default)

public static VyTask<VyTaskVoid> DeleteCompanyWallet(eVyChain chain, string address)

Path Parameters

chain

The blockchain network where the wallet is associated.

address

string

The address of the wallet to be deleted.

Returns

VyTask<VyTaskVoid> A task that represents the asynchronous operation of deleting the wallet.

Last updated