GetSupportedWalletChains
This endpoint returns all the supported chains by the Wallet-API.
void GetSupportedWalletChains(const FVyOnGetSupportedWalletChainsComplete& OnComplete) const;Parameters
OnComplete
FVyOnGetSupportedWalletChainsComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetSupportedWalletChainsComplete) Contains a TArray<EVyChain> response type
Last updated