GetCompanyWallets (ByChain)

This endpoint retrieves company minter wallets by blockchain.

void GetCompanyWalletsByChain(EVyChain Chain, const FVyQuery_GetCompanyWalletsByChain& Query, const FVyOnGetCompanyWalletsByChainComplete& OnComplete) const;

Parameters

Chain

The blockchain to filter the result by

Query

Optional Query 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