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

GetErc20TokenMints

This endpoint is used to retrieve all of your ERC20 token mint requests.

void GetErc20TokenMints(const FVyQuery_GetErc20TokenMints& Query, const FVyOnGetErc20TokenMintsComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnGetErc20TokenMintsComplete

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

OnComplete Callback (FVyOnGetErc20TokenMintsComplete) Contains a TArray<FVyErc20TokenMintSummaryDto> response type

Last updated