GetCompanyWallets

This endpoint retrieves all company minter wallets.

void GetCompanyWallets(const FVyQuery_GetCompanyWallets& Query, const FVyOnGetCompanyWalletsComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnGetCompanyWalletsComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetCompanyWalletsComplete) Contains a TArray<FVyCompanyWalletBalanceDto> response type

Last updated