getNativeTokenByChainId
Returns the native token for a given chain
function getNativeTokenByChainId(chainId: ChainId): NativeToken;
Parameters
Returns
type ReturnType = NativeToken;
Returns the native token for a given chain
function getNativeTokenByChainId(chainId: ChainId): NativeToken;
type ReturnType = NativeToken;