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

getSupportedWalletChains

Description

This endpoint returns all the supported chains by the Wallet-API.

public getSupportedWalletChains() : VyPromise<VyChain[]>

Returns

VyPromise<VyChain[]> All supported chains retrieved successfully.

Last updated