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