Skip to main content

isCustomFeeTokenAddress

Functions

isCustomFeeTokenAddress()

function isCustomFeeTokenAddress(nativeToken: undefined | `0x${string}`): nativeToken is `0x${string}`

Parameters

ParameterType
nativeTokenundefined | `0x${string}`

Returns

nativeToken is `0x${string}`

Source

src/utils/isCustomFeeTokenAddress.ts:3