For the complete documentation index, see llms.txt. This page is also available as Markdown.

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