DeleteCompanyWallet
This endpoint deletes a company wallet by blockchain and wallet address.
void DeleteCompanyWallet(EVyChain Chain, FString Address, const FVyOnComplete& OnComplete) const;Parameters
Address
FString
This is the wallet `address` of the company wallet.
OnComplete
FVyOnComplete
The callback function called when the user preferences retrieval operation is complete.
Last updated