DeleteCompanyWallet

Description

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

void DeleteCompanyWallet(const EVyChain& chain, const FString& address) const

Parameters

chain

The blockchain of the company wallet.

address

FString

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

Last updated