Supported
Table of contents
Constructors
Methods
Constructors
constructor
• new Supported()
Methods
getAllBridges
▸ Static
getAllBridges(): CancelablePromise
<SupportedBridgesOutputDTO
>
throws
ApiError
Returns
CancelablePromise
<SupportedBridgesOutputDTO
>
SupportedBridgesOutputDTO All Supported Bridges
Defined in
socket-v2-sdk/src/client/services/Supported.ts:14
getAllSupportedChains
▸ Static
getAllSupportedChains(): CancelablePromise
<SupportedChainsOutputDTO
>
throws
ApiError
Returns
CancelablePromise
<SupportedChainsOutputDTO
>
SupportedChainsOutputDTO All Supported Chains by Movr
Defined in
socket-v2-sdk/src/client/services/Supported.ts:25
getIfTokenIsSupported
▸ Static
getIfTokenIsSupported(__namedParameters
): CancelablePromise
<SupportedChainsOutputDTO
>
throws
ApiError
Parameters
Name | Type | Description |
---|---|---|
__namedParameters | Object | - |
__namedParameters.address | string | Contract address of the token |
__namedParameters.chainId | ChainId | Id of chain, e.g Optimism = 10 |
Returns
CancelablePromise
<SupportedChainsOutputDTO
>
SupportedChainsOutputDTO Get if token is supported