Uses of Class
io.gopluslabs.client.request.SupportedChainsRequest
-
Packages that use SupportedChainsRequest Package Description io.gopluslabs.client io.gopluslabs.client.request -
-
Uses of SupportedChainsRequest in io.gopluslabs.client
Methods in io.gopluslabs.client with parameters of type SupportedChainsRequest Modifier and Type Method Description static ChainsListGoPlusClient. supportedChains(SupportedChainsRequest request)Get the list of chains supported by different functions. -
Uses of SupportedChainsRequest in io.gopluslabs.client.request
Methods in io.gopluslabs.client.request that return SupportedChainsRequest Modifier and Type Method Description static SupportedChainsRequestSupportedChainsRequest. of(String name)static SupportedChainsRequestSupportedChainsRequest. of(String name, Integer timeout)static SupportedChainsRequestSupportedChainsRequest. of(String name, String authorization)static SupportedChainsRequestSupportedChainsRequest. of(String name, String authorization, Integer timeout)
-