GetCompanyWallets (ByChain)
This endpoint retrieves company minter wallets by blockchain.
void GetCompanyWalletsByChain(EVyChain Chain, const FVyQuery_GetCompanyWalletsByChain& Query, const FVyOnGetCompanyWalletsByChainComplete& OnComplete) const;Parameters
OnComplete
FVyOnGetCompanyWalletsByChainComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetCompanyWalletsByChainComplete) Contains a TArray<FVyCompanyWalletBalanceDto> response type
Last updated