GetErc1155Contracts
This endpoint fetches all of your contracts.
void GetErc1155Contracts(const FVyQuery_GetErc1155Contracts& Query, const FVyOnGetErc1155ContractsComplete& OnComplete) const;Parameters
OnComplete
FVyOnGetErc1155ContractsComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetErc1155ContractsComplete) Contains a TArray<FVyErc1155ContractSummaryDto> response type
Last updated