DeleteCompanyWallet

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

void DeleteCompanyWallet(EVyChain Chain, FString Address, const FVyOnComplete& OnComplete) const;

Parameters

Chain

The blockchain of the company wallet.

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