CheckErc1155TokenMints

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

void CheckErc1155TokenMints(const FVyQuery_CheckErc1155TokenMints& Query, const FVyOnCheckErc1155TokenMintsComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnCheckErc1155TokenMintsComplete

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

OnComplete Callback (FVyOnCheckErc1155TokenMintsComplete) Contains a TArray<FVyErc1155TokenMintInfoDto> response type

Last updated