utils APIs
- calculateSlippageAmount
- calculateGasMargin
- getRouterContract
- getBscScanLink
- isAddress
- shortenAddress
- getEtherscanLink
- basisPointsToPercent
- getTokenAddress
- copyToClipboard
- deepMergeByKey
- decrypt
- encrypt
- emailErrorMsg
- reqErrorMsg
- debouncePromise
- callbackify
- isValidURL
- hasUserApiEditAccess
- loadThirdPartyScript
- getCurrentWindow
- hashVote
- toEthSignedMessageHash
- MAINNET_ID
- usePrevious
- bnum
- normalizeBalance
- isWalletScheme
- WalletSchemeProposalState
- VotingMachineProposalState
- calculateStakes
- formatBalance
- denormalizeBalance
- PendingAction
- isVoteNo
- isVoteYes
- parseSignedVoteMessage
- toPercentage
- verifySignedVote
- NETWORK_ASSET_SYMBOL
- ZERO_ADDRESS
- enumKeys
- DEFAULT_CHAIN_ID
- useInterval
- getBlockchainLink
- getERC20Token
- getDxVoteContract
- toAddressStub
- getNetworkById
- formatNumberValue
- encodeDxdVestingCreate
- encodeErc20Approval
- encodeErc20Transfer
- encodeRepMint
- TXEvents
- BigNumber
- ZERO_HASH
- ANY_ADDRESS
- ERC20_APPROVE_SIGNATURE
- ERC20_TRANSFER_SIGNATURE
- QUEUED_PRIORITY_THRESHOLD
- NETWORKS
- toCamelCaseString
- ALCHEMY_NETWORK_URLS
- DEFAULT_RPC_URLS
- appendEthAPIKey
- NETWORK_APIS
- INFURA_NETWORK_NAMES
- POKT_NETWORK_URLS
- constants
- session
- displayFromWei
- getBigNumber
- getSupplyCap
- getAllowance
- approve
- fromWei
- getFullDisplayBalance
- getLibrary
- maxAmountSpend
- addMaticToMetamask
- returnTokenFromKey
- isSupportedNetwork
- formatTokenAmount
- formatCompact
- formatNumber
- isTokensOnList
- getAPYWithFee
- getRewardRate
- getStakedAmountStakingInfo
- getTVLStaking
- getEarnedUSDLPFarm
- getEarnedUSDDualFarm
- formatAPY
- getUSDString
- formatMulDivTokenAmount
- getExactTokenAmount
- escapeRegExp
- currencyId
- getOneYearFee
- returnStakingInfo
- getAllTokensOnUniswap
- getAllPairsOnUniswap
- getSecondsOneDay
- getValueTokenDecimals
- getPartialTokenAmount
- confirmPriceImpactWithoutFee
- halfAmountSpend
- getTokenInfo
- getEthPrice
- getIntervalTokenData
- getTokenAPRSyrup
- getEarnedUSDSyrup
- getFormattedPrice
- getPriceColor
- getTopTokens
- shortenTx
- getContract
- isZero
- getChartData
- getChartDates
- getChartStartTime
- getLimitedData
- getTopPairs
- getGlobalData
- getBulkPairData
- formatDateFromTimeStamp
- getPairChartData
- getYAXISValuesAnalytics
- getPairTransactions
- getTokenChartData
- getTokenPairs2
- useLairDQUICKAPY
- getPageItemsToLoad
- returnFullWidthMobile
- returnDualStakingInfo
- getDaysCurrentYear
- getTokenPairs
- getBlockFromTimestamp
- getFarmLPToken
- getSyrupLPToken
- initTokenAmountFromCallResult
- returnSyrupInfo
- getCallStateResult
- notEmpty
- DEFAULT_TO_CHAIN_ID
- CHAINS
- UnsupportedChainIdError
- switchChain
- showMigrationBanner
- isValidAddress
- ChainId
- COLORS
- QUERIES
- onboard
- disableSendForm
- max
- parseUnits
- formatUnits
- ParsingError
- TOKENS_LIST
- Token
- blockLiquidity
- migrationPoolV2Warning
- formatEtherRaw
- numberFormatter
- estimateGasForAddEthLiquidity
- DEFAULT_ADD_LIQUIDITY_ETH_GAS_ESTIMATE
- UPDATE_GAS_INTERVAL_MS
- toWeiSafe
- addEtherscan
- receiveAmount
- getEstimatedDepositTime
- DEFAULT_FROM_CHAIN_ID
- formatEther
- PROVIDERS
- getRelayFees
- getLpFee
- isSupportedChainId
- getAddress
- getDepositBox
- TransactionError
- MAX_APPROVAL_AMOUNT
- optimismErc20Pairs
- bobaErc20Pairs
- tagAddress
- validateContractAndChain
- multicallTwoAddress
- IChainSelection
- CHAINS_SELECTION
- onboardBaseConfig
- getConfirmationDepositTime
- shortenAddressLong
- timeAgo
- textareaAutoResize
- initOAuthWindow
- parseURL
- scrollToBottom
- isUrl
- get_url_extension
- wait
- b64_to_utf8
- utf8_to_b64
- callDelayer
- useKeyboardDidShow
- capitalizedCase
- getCoinSymbol
- getCountryName
- getTransactionStatusColor
- useAlert
- scaleSpacing
- getActiveCase
- changeBodyTheme
- getPercentage
- metaGenerator
- useFetch
- visualize
- worldLegends
- dateFormat
- getPerDayStats
- API_BASEURL
- API_INDONESIA
- indonesiaLegends
- getActiveCaseID
- isWsAddress
- constructApiDescriptionObject
- encodeURI
- NOOP
- isLoggedIn
- getBalance
- getAccount
- isTokenOnList
- formatAddressShort
- requiresTypeSlug
- getNextOffchainPollEndingTime
- slugify
- slugifyPreserveDashes
- setupSwagger
- isBlindMode
- getExplorerLink
- isCountdown
- showVvsPrice
- getCookies
- iconFromMIME
- makeRangeArray
- exitIfMaintenance
- sanitizeHtmlString
- parseDate
- retryWrapper
- batchPromises
- arrayPartitions
- sleep
- checkKeyboardTrigger
- clampValue
- debounce
- normalize
- strToInt
- getFromLocalStorage
- saveToLocalStorage
- generateTagColors
- formatNumberWithCommas
- memoize
- calculateTotalInvestment
- throttle
- urlParametersState
- mmddyyyy2ddmmyyy
- sortStringDates
- gtag
- compactNumberFormatter
- getNumberSign
- getLastArrayElement
- fillArrayUntil
- capitalizeFirstLetter
- buildUrl
- XmlWrapper
- XmlTemplate
- setCookie
Other Related APIs
utils#isWsAddress TypeScript Examples
The following examples show how to use
utils#isWsAddress.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: App.tsx From substrate-api-explorer with Apache License 2.0 | 4 votes |
AppContainer = () => {
const history = useHistory()
const location = useLocation()
const dispatch = useDispatch()
const api = useSelector(apiSelector)
const loading = useSelector(loadingSelector)
const message = useSelector(messageSelector)
const providers: Providers = {
current: undefined,
compare: undefined,
}
const resetApp = () => {
dispatch(resetApiAction())
history.push({ pathname: '/', state: { routeName: 'Select API' } })
}
const showError = (message?: string) => {
dispatch(hideLoadingAction())
dispatch(
showMessageAction(
message ||
'Connection error. Please try again or use a different node URL.'
)
)
}
const resetCompareApi = () => {
dispatch(resetCompareApiAction())
}
useEffect(() => {
if (!api.current.loaded) resetApp()
}, [api, location.pathname])
const disconnect = async (
which: string,
reset = false,
showCompareScreenMessage = true
) => {
try {
await providers[which].disconnect()
} catch (e) {}
if (reset) {
if (which === 'current') {
resetApp()
showError()
} else {
resetCompareApi()
if (showCompareScreenMessage) showError()
}
}
}
const connect = async (
url: string,
customTypes: string,
which: 'current' | 'compare',
redirectTo?: string | object
) => {
dispatch(showLoadingAction())
if (!isWsAddress(url)) {
showError(
'The provided WebSocket address is not valid. Please correct it and try again.'
)
return
}
let parsedTypes = {}
try {
if (customTypes) parsedTypes = JSON.parse(customTypes)
} catch (e) {
showError(
'Failed to parse custom types, please check your JSON formatting\n:: ' +
e
)
return
}
disconnect(which)
providers[which] = new WsProvider(url)
providers[which]?.on('error', () => disconnect(which, true))
providers[which]?.on('disconnected', () => disconnect(which, true))
const api = await ApiPromise.create({
types: parsedTypes,
typesSpec: {
edgeware: {
...edgewareTypes,
// aliases that don't do well as part of interfaces
'voting::VoteType': 'VoteType',
'voting::TallyType': 'TallyType',
// chain-specific overrides
Address: 'GenericAddress',
Keys: 'SessionKeys4',
StakingLedger: 'StakingLedgerTo223',
Votes: 'VotesTo230',
ReferendumInfo: 'ReferendumInfoTo239',
},
// override duplicate type name edgeware
typesAlias: { voting: { Tally: 'VotingTally' } },
plasm: {
Parameters: {
canBeNominated: 'bool',
optionExpired: 'u128',
optionP: 'u128',
},
BTreeSet: {},
},
},
provider: providers[which],
})
if (api) {
const { apiDescription, apiSearch } = await constructApiDescriptionObject(
api
)
dispatch(
setApiAction({
which,
data: {
loaded: true,
url,
description: apiDescription,
search: apiSearch,
promise: api,
},
})
)
dispatch(hideLoadingAction())
if (redirectTo) history.push(redirectTo)
} else {
if (which === 'current') {
resetApp()
showError()
} else {
resetCompareApi()
showError()
}
}
}
const handleSetApi = (
url,
customTypes,
which: 'current' | 'compare',
redirectTo?: string | object
) => {
connect(url, customTypes, which, redirectTo)
}
return (
<App
loading={loading}
message={message}
onMessageModalClose={() => dispatch(hideMessageAction())}
onSetApi={handleSetApi}
onDisconnectApi={disconnect}
/>
)
}